Day 2 ------- Questions(theory) ------------------ 1. What is the difference between block-level and inline elements in HTML? 2. What is the role of the tag in an HTML document? 3. What are void elements give some example? 4. What is a block-level element in HTML, and what are some example elements? 5. Are
and

elements block-level elements? If yes, explain their differences in usage. 6. Name two common inline elements and describe their use cases ? 7. Which type of CSS (inline, internal, or external) has the highest specificity? 8. Is it possible to apply multiple inline styles to a single element? How? 9. What are the advantages and disadvantages of using inline CSS? 10. What is an attribute in HTML? Please provide an example. Questions(programs) ------------------------- 1. Create a responsive HTML page using the

to

,

,

, and elements inside the tag.